Skip to content

Comments

Support for osquery 5.21.0#779

Merged
javuto merged 1 commit intomainfrom
osquery-5.21.0
Feb 23, 2026
Merged

Support for osquery 5.21.0#779
javuto merged 1 commit intomainfrom
osquery-5.21.0

Conversation

@javuto
Copy link
Collaborator

@javuto javuto commented Feb 23, 2026

Support for the latest osquery release 5.21.0

@javuto javuto requested a review from Copilot February 23, 2026 19:23
@javuto javuto added the osquery osquery related issues label Feb 23, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates osctrl to support osquery version 5.21.0, replacing the previous version 5.20.0 throughout the codebase. The update is comprehensive and includes version references in configuration files, build scripts, CI/CD workflows, tests, and documentation. The corresponding osquery schema file (5.21.0.json) already exists in the repository at deploy/osquery/data/5.21.0.json.

Changes:

  • Updated osquery version constant from 5.20.0 to 5.21.0 across all configuration files, scripts, and code
  • Updated test assertions to validate the new version
  • Updated documentation examples to reflect the new version

Reviewed changes

Copilot reviewed 16 out of 17 changed files in this pull request and generated no comments.

Show a summary per file
File Description
pkg/version/version.go Updated OsqueryVersion constant to 5.21.0
pkg/version/version_test.go Updated test assertion to expect 5.21.0
tools/fake_news_go/fake_news.go Updated osquery version list for node simulation
deploy/config/tls.yml Updated version and tablesFile path to 5.21.0.json
deploy/config/api.yml Updated version and tablesFile path to 5.21.0.json
deploy/config/admin.yml Updated version and tablesFile path to 5.21.0.json
deploy/docker/dockerfiles/Dockerfile-osquery Updated default OSQUERY_VERSION ARG to 5.21.0
deploy/provision.sh Updated OSQUERY_VERSION variable to 5.21.0
deploy/cicd/deb/generate-deb-package.sh Updated default OSQUERY_VERSION to 5.21.0
tools/build-osctrl-deb.sh Updated example command to use 5.21.0 package names
tools/build-osctrl-pkg.sh Updated example command to use 5.21.0 package names
tools/README.md Updated documentation examples to reference 5.21.0
.env.example Updated OSQUERY_VERSION environment variable to 5.21.0
.github/workflows/create_tagged_releases.yml Updated OSQUERY_VERSION environment variable to 5.21.0
.github/workflows/build_and_test_pr.yml Updated OSQUERY_VERSION environment variable to 5.21.0
.github/workflows/build_and_test_main_merge.yml Updated OSQUERY_VERSION environment variable to 5.21.0

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@javuto javuto merged commit c5cb206 into main Feb 23, 2026
59 checks passed
@javuto javuto deleted the osquery-5.21.0 branch February 23, 2026 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

osquery osquery related issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant